home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Controls / Visual Basic Controls.iso / vbcontrol / ahmsyscm / _setup.1 / AHMTStartup.hpp < prev    next >
Encoding:
C/C++ Source or Header  |  1998-11-12  |  1.6 KB  |  53 lines

  1. // Borland C++ Builder
  2. // Copyright (c) 1995, 1998 by Borland International
  3. // All rights reserved
  4.  
  5. // (DO NOT EDIT: machine generated header) 'AHMTStartup.pas' rev: 3.00
  6.  
  7. #ifndef AHMTStartupHPP
  8. #define AHMTStartupHPP
  9. #include <AHMSystem.hpp>
  10. #include <Classes.hpp>
  11. #include <Messages.hpp>
  12. #include <Windows.hpp>
  13. #include <SysInit.hpp>
  14. #include <System.hpp>
  15.  
  16. //-- user supplied -----------------------------------------------------------
  17.  
  18. namespace Ahmtstartup
  19. {
  20. //-- type declarations -------------------------------------------------------
  21. class DELPHICLASS TAHMStartup;
  22. class PASCALIMPLEMENTATION TAHMStartup : public Ahmsystem::TAHMSystemsComponent 
  23. {
  24.     typedef Ahmsystem::TAHMSystemsComponent inherited;
  25.     
  26. private:
  27.     System::AnsiString FUniqueName;
  28.     bool FAutoStartup;
  29.     void __fastcall SetUniqueName(System::AnsiString Value);
  30.     void __fastcall SetAutoStartup(bool Value);
  31.     
  32. protected:
  33.     bool __fastcall InstallApp(bool Value);
  34.     
  35. public:
  36.     __fastcall virtual TAHMStartup(Classes::TComponent* AOwner);
  37.     __fastcall virtual ~TAHMStartup(void);
  38.     virtual void __fastcall Loaded(void);
  39.     
  40. __published:
  41.     __property System::AnsiString UniqueName = {read=FUniqueName, write=SetUniqueName};
  42.     __property bool AutoStartup = {read=FAutoStartup, write=SetAutoStartup, stored=true, nodefault};
  43. };
  44.  
  45. //-- var, const, procedure ---------------------------------------------------
  46.  
  47. }    /* namespace Ahmtstartup */
  48. #if !defined(NO_IMPLICIT_NAMESPACE_USE)
  49. using namespace Ahmtstartup;
  50. #endif
  51. //-- end unit ----------------------------------------------------------------
  52. #endif    // AHMTStartup
  53.